154 files found in Library "Basic, part 2"

Return to this Disc's Index
Name Extracted Size Date Description
BCLITE.ZIP Yes 53250 11/30/1993
BarCodes-Lite 1.0 (GRAFTech Development
Corp., reg. fee: $100) lets you add barcode
printing to your apps which will work on all
printers.
BITSTUF.COM No 9877 8/15/1990
Bitstuff (Mack, Jim; $0) contains the MASM
source and .OBJ for a set of bit-level
manipulation routines to use with QB/BC.
These routines will let you maintain 16
separate flags in a single integer, with
quick access to any flag.
GRAYLINE.ZIP Yes 2797 3/8/1994
GrayLine 1.0 is a Basic subroutine which
will print alternating gray bars across a
portrait or landscape-oriented page using
the LaserJet III or later. It will then
return to the top of the page to print your
text. The result is similar to the standard
greenbar computer paper. (Bob Dykeman, reg.
fee: $0)
HILITE.ZIP Yes 21715 10/4/1993
HiLite 1.0 (Dave Wright, reg. fee: $0) is a
Quick Basic subroutine for highlighting
selected text. This is useful for menuing
systems, pick lists and various other tasks
when programing in QB.
LANG20.ZIP Yes 13938 11/23/1993
Language 2.00 (Taco Oosterkamp, reg. fee:
$0) let you make your VBDOS apps
multi-lingual. Text strings for the program
(ie: for menus, captions, etc.) are stored
in different files for each language (ie:
Dutch, English, etc.) and compressed and a
call to this module retrieves the desired
line.
SERIALIZ.ZIP Yes 21299 1/27/1994
SerialIz 1.0 lets QB programmers give
registered users code to convert
unregistered versions of software to
registered status. It provides the tools to
develop registration numbers, input data
from users, and attach registration
information to the EXE. (Nicolas
Enterprises, reg. fee: $25-50)
X10CMD.BAS No 2581 5/12/1992
X10CMD (Drury, Matt; $0) contains code that
turns on, off, or dims an X10 module.
PBTOOL.EXE No 312085 6/19/1992
PBTool (Kellett, Andy; $20) is a collection
of subroutines and example programs for the
PowerBasic compiler. Over 65 files
consisting of BASIC source code, many small
utilities, and many executable files are
provided.
PBWIZ.ZIP Yes 217607 9/9/1993
PowerBASIC Wizard's Library 1.8 [PBWIZ]
(Hanlin, Thomas G. III; $29) is a library of
nearly 325+ routines for PowerBASIC 3.0. It
features archive viewing, disk directory
viewing, 256-color VGA/SVGA/VESA graphic
modes, BMP file support, keyboard control,
EMS and XMS memory access, equipment
detection, extended math and string
routines, an equation solver, ANSI
emulation, joystick support, SoundBlaster
support, telecomm handling, and much more.
PBVL10.ZIP Yes 153945 3/8/1994
PB/Vision Lite 1.0 lets you create graphical
and text 3D windows with working control
icons for PowerBASIC 3.0. It includes a
PowerBASIC 3.0 compatible library, examples,
tutorial, and more. (DSE Software
Publishing, reg. fee: $25)
PBWDEM.ZIP Yes 238105 3/8/1994
PB/Workshop Test Drive 1.0 is a working
demonstration of a visual interface designer
for PowerBASIC 3.0. It can be used to create
menus, forms, windows, help screens, and
more. (DSE Software Publishing, reg. fee:
$25)
PBTCLASS.ZIP Yes 117372 2/16/1994
PBTools:Classic 1.32 is a library of
PowerBASIC 3.x routines. It features
windowing, menus, string handling, and more.
(Dave Navarro, reg. fee: $44)
TRYPB3.ZIP Yes 410577 3/15/1994
Try PowerBASIC 3.0c is a BASIC compiler
which can generate TSR's directly in as few
as five lines of code, built-in assembler,
intermix BASIC and assembler line by line,
and is compatible with QuickBASIC syntax.
This is a limited demo. (PowerBASIC, Inc.,
$155)
BINSEEK.ZIP Yes 2043 10/16/1993
Binseek (Hanlin, Thomas III; $?) is a
discussion of and a routine for doing binary
searches of sorted data.
HEAPSORT.BAS No 1536 4/6/1982
Heapsort is a sort routine based on the
Heapsort alogrithm.
MATCHVB.ZIP Yes 3430 10/16/1993
Match (McMahon, Brian J.; $?) contains two
functions which aid in the validation of
text and in searching files for text
matching a specific pattern. Wild cards are
supported .
QSORT.BAS No 2694 4/14/1984
QSort (Ford, Nelson, ASP; $0) demonstrates
the QuickSort algorithm with graphic
illustration.
SHELSORT.BAS No 695 2/26/1984 Shelsort is a "Shell" sort routine.
SHSORT.BAS No 962 3/13/1990
SHSort (Bathurst, Steve; $0) is a generic
shell sort routine written in QB and to be
used with a single key array.
SORT_BL.ZIP Yes 6469 10/16/1993
Sort (Buck, Lee; $0) shows a "Shell-Metzner"
sort. The demonstration program SORTEST.BAS
shows how to use the subroutine and also
includes an interpreter BASIC version of a
Shell-Metzner sort. This routine will only
sort strings but it can be used to sort
numbers if they are properly converted to a
string.
SORTDEM.ZIP Yes 7487 10/16/1993
SortDemo is a demonstration program in
QuickBASIC of six common sorting methods:
bubble, exchange, heap, shell, insertion,
and quick.
SOUNDEX.ZIP Yes 2047 10/16/1993
Soundex (Zuck, Jonathan; $0) is a set of
three QuickBASIC functions for determining
the Soundex code for a string: the original
method, the "Hanlin" method, and a
combination of each. Each of them have their
advantages and disadvantages. ("Soundex" is
a method of text searching that lets you
search for "sounds like" matches.)
SYNTH.BAS No 4593 8/2/1990
is Basic source code for a simple app which
draws a piano keyboard on the screen and
lets the user play notes through the PC's
speaker.
QBMIDI.ZIP Yes 29219 10/15/1993
is Basic source for accessing and
controlling MIDI devices.
RPLAY.EXE No 4844 5/23/1993
RPlay (Dersheimer, Rich; $0) is code for
playing CMF files on Sound Blaster cards.
CLOCKDM.EXE No 3472 6/19/1992
Clock (DM Research Co; $0) is source code
for an analog clock using VGA graphics,
including a second hand.
PLUS5.ZIP Yes 42270 10/16/1993
Plus5 (Jindra, Reverend Frank; $0) is
another appointment reminder program, of
which there are many, but the QuickBASIC 4.0
source code that comes with it is a very
fine example of structured programming in
QB4 and could be easily customized by the
QB4 programmer.
5BASIC.EXE No 22611 3/27/1993
5BASIC (DeJesus, Edmund; $0) teaches you how
to write programs by learning just 5 Basic
statements.
BTRAIN.ZIP Yes 72441 10/18/1993
Basic Training 1.2 (Cascoly Software ASP;
$?) is an introductory tutorial on Basic
programming. It can be used with almost any
Basic compiler or environment such as QBASIC
that comes with DOS 5 or GWBASIC that comes
with most DOS's prior to 5. Basic Training
introduces the elements of Basic including
looping, color and sound, arrays and data,
IF-THENs, GOSUBs and functions, files, and
simple graphics. Examples that you can run
and modify are included.
BASCTUT.COM No 9395 6/21/1990
BASIC Tutorial #1 (Harper, Richard ASP; $0)
is a tutorial on BASIC. It deals with with
variables, INPUT and PRINT statements and
simple program flowcharting.
ISAMTOO.EXE No 11886 11/15/1991
IsamToot (Woodward, Kirk; $0) is a tutorial
on Microsoft's ISAM database engine in PDS
7. The course moves from flat file demos to
multi-file, relational database application.
Source is included.
S3BAS11.ZIP Yes 195594 9/15/1993
Low Level Routines in MS BASIC 1.1 is a
tutorial for intermediate Basic programmers.
Subjects include peeks, pokes, interrupts,
bit manipulating and more. (George Spafford,
reg. fee: $10)
QUIRKS.TXT No 82178 10/18/1990
Quirks (Novisoff, Mark; $0) contains
information about bugs, quirks, and general
points of interest about PDS7 and QB.
SUBLIST.EXE No 64645 6/18/1992
Sublist 1.0 (Feldhamer, Leon; $0) creates a
cross reference listing of all SUBs and
FUNCTIONS in a Quick Basic or Basic PDS
program.
TRUERR.ZIP Yes 2845 7/28/1992
TruErr (Kiehl, Thomas; $35) gives you the
true error line in your compiled PDS or
VBDOS programs instead of addresses pointing
to the error handler.
TUTORQB.COM No 34266 3/14/1990
TutorQB (Ford, Nelson, ASP; $0) is a set of
tutorials for QB. While most of the
information is still valid, the screen
layouts were done for QB.
UN_NEW.DOC No 337 2/26/1984
Un_New tells how to get back a program in
BASICA after typing NEW.
BASICXR.ZIP Yes 43256 1/7/1994
Basic X-Ref 1.3 will print a program
listing, a cross-reference of line labels or
line numbers, and a cross reference of
reserved words. (JN Goodale, reg. fee: $17)
BINARY.ZIP Yes 12739 12/15/1993
Binary 1.0 (John De Palma, reg. fee: $0)
converts GWBasic programs to ASCII which
were saved in protected mode.
BPREP.EXE No 22309 5/7/1992
BPrep 1.10 Applied Design Group; $29) is a
preprocessor for the BASIC language. It
provides conditional compilation, include
files, and defined constants. It can be used
with just about any BASIC product including
Turbo Basic, QuickBasic, GW Basic, and MEQ
Basic.
COMMENTS.ZIP Yes 82414 10/17/1993
Comments (LAMCO Software; $20-$30) does a
very thorough job of helping you annotate
your QB source code. It examines your code,
prompts you for information where needed,
saves your original code to a backup file,
and creates a new file with your commented
code.
COMPARE.EXE No 26112 12/24/1984
Compare (Fort's Software; $10) compares two
Basic program files which are saved on the
disk in ASCII format.
FLWCHRT.COM No 31416 3/13/1990
Flowchart (Lively, Lynn; $?) charts the flow
of a Basic program to make it easier to
understand and modify that program.
IDECLAR.EXE No 41272 1/21/1993
IDeclare 1.01 (KittyTigerSoftware; $5)
creates include files without duplicate or
unused declarations, customized for selected
modules. Up to 32 include files and up to 32
modules can be selected.
LIBMGR.ZIP Yes 54310 10/16/1993
LibMgr (Evers, Dave; $?) is a library
manager to make Microsoft's QuickBASIC
BUILDLIB easier to use.
LINEBUG.COM No 2679 3/13/1990
Linebug (ComFax; $10) lets you know whether
or not you have accidentally fouled-up any
line numbers in a BASIC program when you are
not using the BASIC Editor. Linebug will
display the line number of any line that is
a duplicate, out of sequence, contains an
illegal character, or does not have the
proper number of characters.
LOVR.COM No 17121 1/29/1990
Lovr 1.12 (Devore, Michael E.; $45) is an
overlay manager for QuickBASIC 4+. An
overlay manager allows you to not have to
load all of your program at once, calling up
additional parts only as needed. This allows
programs to load faster and to run in less
memory. LOVR will add about 11k to the size
of your EXE program and will support up to
eight overlays, calls between overlays and
the /EXEPACK option of LINK.
BL_UTIL.COM No 7001 8/21/1990
MakeBload/StripBload (Nelson, Chuck; $0)
converts data files to/from BASIC's BLOAD
format.
LIBKEY.COM No 59240 3/22/1991
Libkey 1.0 (Coon, John M.; $20) is a
Quicklibrary and LIB utility for QuickBasic
programmers. It will handle libraries with
as many as 1000 object modules and will link
your libraries to the QuickLibrary utility
of your choice.
MAKEQLB.EXE No 67987 10/9/1990
MakeQLBV is a .QLB maker utility for BASIC
programs. Also included is FASTQLB.
MIE.EXE No 12151 9/14/1992
MIE (Roepenack, Scott; $25) is a QLB that
lets you insert over 50 lines of code for IF
ELSEIF END IF statements in under 10 seconds.
MON_RB.COM No 22674 3/13/1990
Monitor (Bemis, Richard C.; $?) is a series
of routines that provide a consistant user
interface for application development. It
helps minimize the drudgery of screen
development, menus, titles, prompts, and
editing input as the user interacts with
your application. Monitor's routines are
designed to be incorporated as a "front end"
into application programs and were created
to make custom application development
easier.
MSC.EXE No 11873 9/14/1992
MSC (Roepenack, Scott; $25) is a QLB that
inserts a Select Case into your programs
with a couple of keystrokes.
OPTIMIZ.COM No 9824 3/13/1990
Optimize (Glowacki, Dave; $?) removes all
unreferenced line numbers, allowing the
compiler to optimize over entire blocks of
code rather than single lines.
PPM116.ZIP Yes 581906 10/16/1993
Programmer's Project Manager 1.16 (Craig S.
Stevenson, reg. fee: $50) allows BASIC
programmers to have complete control over a
program's development. You can compile, link
using multiple libraries, compress the EXE,
scan for viruses, date/time stamp, and
compress the entire project. Source files
can be edited using your own editor or the
PPM editor provided.
PREQLB.EXE No 82650 9/11/1992
PreQLB 2.0 (MicroHelp Inc.; $0) will
automatically build a Quick Library
containing all the external routines needed
by a specific program.
PRNTPRG.COM No 38955 1/17/1991
PrntProg (Freeman, Daniel; $0) prints out QB
code with subroutines on separate pages,
long lines wrapped around instead of
truncated (on HPLJs), and a table listing
all the subroutines and their page numbers.
PROFILE.COM No 2162 3/13/1990
Profile resides in memory and logs how much
time is spent executing each part of a
program.
QB_LIST.ZIP Yes 35041 7/21/1992
QB_LIST (Don West; $0) lists QuickBASIC or
QBASIC programs better than their respective
editors list them.
QBAUTO.COM No 4045 1/29/1990
QBauto is QB4 source code for a program to
get QB to automatically compile all the
programs in the current directory.
QBCREF.COM No 47226 9/6/1990
QBcref (Tesch, Greg; $?) produces a program
listing and cross-reference of QB programs.
QBFLOW.COM No 39827 1/23/1990
QBFlow (van Kuilenburg, Martin; $0) shows
the relationships between the main module
and the SUB and FUNCTION procedures in a
QuickBasic source file.
QBLINK.EXE No 71809 3/19/1993
QBLink 3.1 (Jordan, Gerald; $10) is a
compiler and linker manager for BC. You get
access to command-line options not available
from within the environment, while still
having the ease of use of a menu driven
interface for compiling -- a must for anyone
with QB or PDS who doesn't enjoy reading
manuals.
QBPRT.COM No 43304 5/30/1989
QBPrt 1.0 (Weinman, L.; $0) will make
QuickBASIC source code more readable by
indenting the logical structures to make
them more obvious.
QBTINY.EXE No 72307 3/18/1993
QBTiny 1.2 (Hanlin, Thomas G. III; $35) lets
you create smaller QB 4.5 EXE files.
QBX.COM No 43917 3/14/1990
QBX 2.06 (Buerg, Vernon D.; $0) is a
cross-reference utility for QB programs,
particularly those written without line
numbers. It will print out a listing of the
specified program, adding a line number to
each line. It will then print a list of
variables cross-referenced to those line
number.
QBFE.COM No 63383 1/10/1991
QuickBasic Front End (Gagliano, Jim; $0) is
a front end for QB(X). It lets you select
from up to 16 command line options, as well
as specify a QLB and program module to load.
The program is not as efficiently designed
as it could have been, but it is a good
concept overall. (We have discussed the
design problems with the author who may make
changes accordingly.)
QKCOMPIL.ZIP Yes 99844 10/17/1993
QuickCompile v1.0 (Thomas Software; $15)
greatly simplifies compiling with QB. It
makes it easy to select the compilation
switches you need. In fact, it looks at your
source and selects most of the ones you need
automatically. On-line help is available for
all BC and Link options.
QUIKLINK.ZIP Yes 120954 10/17/1993
QuickLINK (BaySys; $33) is a menu-driven
compilation and link manager.
RTX.EXE No 43012 9/11/1992
Rtx Professional Toolbox (Cyberphilia, Inc.;
$30) lets your apps quickly and easily
generate professional looking reports from
your raw data. Rtx handles page breaks,
headers and footers, formatting,
subtotalling columnar data and much more.
SCRN_MAP.BAS No 4753 3/5/1984
Scrn_Map will cause the Epson printer (with
script capability) to make a form that can
be used to lay-out screen formats for the
IBM color-graphics adapter card in the
alpha-numeric mode in either the 40 or 80
column width. You may choose either a blank
form or one with each character position
filled with the address of the memory
location corresponding to that position.
SIMP_HLP.ZIP Yes 348168 10/17/1993
Simply Help 1.06 (Simpleware ASP; $35) lets
you add hypertext type help systems to your
QB programs, as well as create stand-alone
hypertext manuals, etc. A hypertext editor,
compiler, and library for QuickBASIC 4.xx
are included.
SMALLE.COM No 8471 12/27/1990
SmallE (Muench, T.G. ASP; $0) is a text file
describing how to create smaller QuickBASIC
programs. Two sample programs are included.
SORTS.BAS No 19947 6/17/1992
Sorts runs and compares 10 programs for
sorting numbers and strings in BASIC. An
informative explanation is also included.
SQUISH33.EXE No 10752 8/18/1985
Squish33 (Buerg, Vernon D.; $0) will very
quickly remove blanks and, optionally,
remarks and line numbers and combine lines
from a BASIC program stored in ASCII.
STRIPHLP.BAS No 588 2/21/1991
StripHlp (Comptech Software and Consulting,
Inc.; $?) will strip the QB help file down
to pages that can be printed.
SA_KNIFE.ZIP Yes 104256 10/15/1993
Swiss Army Knife is a set of utilities
primarily for use with BASICA: file
compaction, line optimization, alias
substitution, formatted program listing and
cross-referencing of variables and line
numbers.
XREF.EXE No 62114 4/21/1992
Xref 1.6 (Tools; Dean Hodges; $10)
cross-references QB code: subroutines,
functions, constants, labels and variables.
BAS_BUG.EXE No 58916 2/22/1993
Bas_Bug is a list of 2000 bugs reports and
technical tips for VB-DOS, PDS, QB and
MSBasic. The Knowledgebase document number
is given for those with access to CompuServe.
FUELGA.EXE No 5433 1/20/1993
Fuelga (Coyne, Aidan; $0) contains source
code for fuel gauge-type form for use in
VBDOS programs. A demo test file is also
included.
INI_IO.EXE No 4983 10/22/1992
INI_IO (Six, Raymond W.; $0) is a set
functions that emulate the Windows
Get/WritePrivateProfile.
KPHONE.EXE No 10255 3/16/1993
Kphone (KAMware; $0) let's you create input
boxes for entering formatted data, such as
dates or telephone numbers.
LISTBOX.ZIP Yes 196896 3/23/1994
Scrollbox for VBDOS DEMO is a demo of a fast
.DBF-listbox/scrollbox for VBDOS. It uses
CodeBasic and PBclone to make a fast listbox
to access the contents of a dBASE DBF
database. The code is reusable, so you could
make it FoxPro or Clipper compatible.
Requires PBClone and CodeBasic for use in
your own applications. (CC Advies, Doorn,
reg. fee: $0)
PASSWORD.TXT No 2583 10/14/1992
PassWord (Six, Raymond W.; $0) shows how to
set up a password style text box.
CTRLPNL.EXE No 12294 4/21/1993
PMCtrlPanl (Blaney, Robert A.; $0) allows
updates to ControlPanel properties. Source
included.
VBHELP.EXE No 24436 2/21/1993
VBHelp (Microsoft Corporation; $0) makes it
easy to create and edit help files and add
help to your applications.
VBMAKE.EXE No 10965 5/19/1993
VBMake (Dennigan, Billy; $0) uses an
existing MAK file to create a makefile
containing a list of dependencies including
$include files.
VWEZ.ZIP Yes 320454 7/20/1993
Windows R-E-Z VBDOS 6.1 (CONNECT Software;
$38) is a window management system for
VBDOS. Users can make, save, restore, and
delete up to 20 windows. Memory used to save
windowed areas is outside of BASIC's normal
data storage area leaving more room for the
BASIC programs data. Features include input
windows, multi-field input screens, choice
windows, choice bars, get answer windows,
pulldown windows, scroll windows, directory
routines, keyboard and mouse routines, and
information line routines for printing
messages, directions, or prompts.
ASC4QB.ZIP Yes 204206 10/17/1993
ASC4QB (Gaylord, Charles S.; $0) allows
printing ASCII text anywhere on a graphics
screen, rather than on just the default text
lines. The program has a menu driven, ASCII
Graphic Image file generator. It supports
CGA, EGA, VGA, and Hercules hardware. It
also supplies code for making use of
multicolor .AGI files.
BASCRN.ZIP Yes 51781 10/20/1993
BAScrn 1.0 (Eric Jarrett, reg. fee: $8) is a
screen designing utility. It allows you to
easily create text-based screens which can
be saved and used in QuickBasic, QBASIC or
PDS programs.
BIGPRT.ZIP Yes 10724 10/16/1993
BigPrint 3.0 (Himowitz, Michael J.; $0)
demonstrates techniques for displaying and
printing messages containing large, bold
characters. It is for QuickBasic 4.0+, and
also includes some other screen routines.
BKSCREN.COM No 49468 6/20/1990
BKScreen (Hewitt, Bill; $10) produces
QuickBASIC code to produce a screen display
from a text file. The screen display file
can then be merged or included in your
QuickBASIC program.
BOXDRAW.BAS No 8251 10/24/1992
BoxDraw (De Palma, John; $0) is QB Sub for
drawing boxes of a specified size, location,
line type, and color.
BOXMAKR.ZIP Yes 2598 10/16/1993
BoxMaker lets you choose a screen border
style, for which it will then generate the
source code to add to your program.
DRFONT.EXE No 26441 5/18/1993
DRFont 1.0 (Roepenack, Dawn; $10) contains
10 fonts, a QLB and source that shows you
how to use them.
FREEPAL.ZIP Yes 39021 3/8/1994
Free Palette 1.0 allows you to adjust the
colors retrieved using Basic's Palette
command and will save your changes as a BAS
file. (S. Roepenack, reg. fee: $0)
GETPUT.ZIP Yes 54377 1/11/1994
GetPut 1.6 will save and restore large
sections of a 640x480x16-color screen. This
object eliminates the need to use the
limited GET and PUT commands supplied with
PDS BASIC. (PC StartUps, reg. fee: $10-20)
GRAD.EXE No 10257 3/24/1993
Grad 1.1 (Long, Nick; $8) is a library for
using gradient screen colors on VGA.
HELPER.ZIP Yes 47031 10/13/1993
Helper helps create screens for BASIC
programs.
HERCDMP.ZIP Yes 2891 10/16/1993
HercDump contains QuickBASIC 4 routines for
printing of Hercules graphics screens to
Epson or HP Laserjet compatible printers.
HIRESCOL.BAS No 4850 3/5/1984
HireScol (Johnsen, James L.; $?) shows how
to have color in the 640x200 graphics mode
in CGA.
MONITOR.ZIP Yes 7877 1/12/1994
Monitor is a function for QB4.5 and PDS 7.1
for determining the type of video in a
system. (Tony Doimeadios, reg. fee: $0)
PCINPUT.ZIP Yes 51946 10/13/1993
PCInput lets you design input screens for
Basic.
PCX2BSV2.ZIP Yes 24145 3/21/1994
PCX2BSV 2.0 converts 640x480x16-color or
320-200-256-color PCX graphics to BSAVE
format. (Leonard Gragson, reg. fee: $5)
PLOT3D.ZIP Yes 2087 10/16/1993
Plot3D is BASIC code to plot a circular wave
in three dimensions.
PRINT16.ZIP Yes 63869 1/11/1994
Print16 1.0 is an assembly language object
for use with PDS 7.1. It allows full color
text to be printed on SCREEN 12 (640x480x16
colors) and allows you to select the
foreground color and the background color
for the text. (reg. fee: $10-20)
PSLJII2.BAS No 1400 3/14/1990
PSLJII2.BAS (Cochran, Steve; $0) is a
callable routine to print a graphics screen
(VGA, etc.) from a QB program to a HP LJII
printer.
QBFONT.LST No 3380 3/22/1989
QBFont is an article that describes how to
display a user-defined character set of up
to 256 characters in Hercules graphics mode
using QuickBASIC or BASCOM 6.
QBICONS.ZIP Yes 3887 10/16/1993
QBIcons is a set of 13 icons for use in your
QB/PDS graphics applications. Sample code
includes a SUB for loading the icon files
from disk.
QBQUICK.ZIP Yes 44752 10/16/1993
QBQuick 3.0 (Roepenack, Scott; $0-$5)
creates graphic displays for programs.
Screens contain full borders, filler colors,
text and palette backgrounds. A separate
file is generated with all the source code
for that screen mode.
QPLUS.ZIP Yes 82711 1/11/1994
QBQPlus 2.0 assists QBasic programmers in
making start-up screens, slides, help
screens, etc. Requires a mouse, 1 meg RAM,
and EGA or better. (S. Roepenack, reg. fee:
$18)
SAVPIC.ZIP Yes 58332 3/14/1994
SavPic 1.0 will BSave and BLoad four-plane
graphics in screen 9, 12, or 13 using
QuickBASIC 4.5 and the freeware program
Picem, not included. Source code and two
sample PCX files included. (John De Palma,
reg. fee: $0)
SCRNCODE.ZIP Yes 59924 10/13/1993
ScreenCode is a screen designer with BASIC
source code generator.
SCRNDUMP.BAS No 2176 3/15/1987
ScrnDump shows how to dump a graphics screen
to printer.
SCROLL.ZIP Yes 5830 10/16/1993
Scroll is code for scrolling the screen up,
down, left, right.
SD_AID.ZIP Yes 66858 10/13/1993
Screen Design Aid lets you design screens
for Basic.
SETCOLOR.BAS No 3051 11/6/2011
SetColor.BAS (Zuck, Jonathan; $0) are
routines that let you write to the screen in
whatever colors are already at the cursor
location.
SPLTSCRN.BAS No 3065 10/16/1993 SpltScrn splits the screen into two windows.
VIDSTAT.ZIP Yes 19160 10/16/1993
VideoStatus (Kelly, Sidney J.; $0) is a set
of QBASIC/MASM video detection routines.
MASM source and OBJ files included, along
with sample BAS source and an EXE file to
show how it works.
BWINDOWS.ZIP Yes 60418 10/13/1993
B-Windows (Image Computer Systems; $?) is a
windowing routine BASICA and QB4.
BW.ZIP Yes 5203 10/16/1993
BASIC Windows (Wanex, Scott; $0) is an
assembly language subroutine that is called
from BASIC that will permit the use of pop
up windows. Source, code and demo are
included.
BASWIND.ZIP Yes 222763 10/13/1993
Baswind & Bwtool (Evers, Dave & Morgan, J.
P.; $0) is an extensive set of windowing and
mouse routines for QB 4.5. Also included
with BASWIND is the QB and assembler source
as well as a compiled QB4.5 version of the
demo programs. The documentation on how to
interface to the various window/mouse
routines is also included.
CODE_IT1.ZIP Yes 252322 10/13/1993
Code-It for PDS and QB (Clear Software; $59)
is a set of menu and windowing libraries for
BASIC PDS and QuickBASIC. You can build pull
down menus, pop-up menus, and ring or
vertical menus. Windows can have text,
boxes, lines, edit fields with controlled
keyboard input and output, and several types
of buttons. Other routines include mouse
support, specialty windows, screen saving
and restoring, box drawing, video hardware
detection and more.
CODE_IT2.ZIP Yes 254615 10/13/1993 See above.
EZWINDOW.ZIP Yes 336571 10/13/1993
EZ-Windows (Strong, John C.; $30) is a
collection of 15 CALLable routines for doing
pop-up, pull-down and other window
functions. Compatible with Microsoft
development system, and PDS 7.
KELLY_IF.ZIP Yes 124270 10/17/1993
Kelly's Interface (Kelly, Sidney J.; $0) is
a nice set of routines and demo code for
creating a mouse-controlled user interface
with pull-down menus, buttons, and
context-sensitive help.
LANGWN1.EXE No 263444 4/15/1993
LangWin 2.3 (Lang, Allen; $0) is a library
of functions and subroutines that can be
used to add Graphical User Interface (GUI)
features to your text-mode programs.
Features include shadowed windows, push
buttons, click boxes, dialog boxes, input
fields, mouse support and more.
LANGWN2.EXE No 148554 4/15/1993 See above.
MENUMAN.ZIP Yes 157907 10/19/1993
MenuMan 1.6 (Salt and Light Software; $10)
generates menu code for your programs with
selection by letters or numbers and with
eight different box styles.
POPUPS.ZIP Yes 67798 10/16/1993
PopUps (Allan, Geoff; $25) is a library of
text windows for QuickBASIC 4 and includes
shadows, changeable colors, and mouse
support. It supports MDA, CGA, Hercules,
EGA, and VGA display adapters.
PRO_QB.EXE No 133138 3/18/1993
Pro_QB is a version of ProWindows Lite for
QuickBASIC.
PRO_PDS.EXE No 131785 3/18/1993
ProWindows Lite for BASIC PDS 7 5.2 (DSE
Software Publishing; $25-$60) is a pop-up
windows library for PDS7. The window manager
can manage up to 128 concurrent windows. The
program supports multiple, full-color,
overlapping windows. You can move, re-size,
hide, and scroll windows with either
commands or a mouse.
PULDOWN.EXE No 90094 11/18/1992
PulDown 3.0 (Duro, Albert; $15) generates
customizable menus, both in the QuickBASIC
environment and in compiled files. It is
designed for creating menus with four to
seven first-level selections and 20-50
second level options. Mouse support is
provided.
QBWIND.ZIP Yes 28361 10/16/1993
QBWindow2 (Messner, Jay; $?) is a set of
utilities for use in QuickBasic 4.x to
perform windowing and menuing functions.
PWEZ70.ZIP Yes 351673 2/24/1994
Windows R-E-Z 7.0 (Connect Software, reg.
fee: $38) is a windowing system for QB, PDS,
and VBDOS. is a window management system for
QB4+. With this collection users can make,
save, restore, and delete up to 20 windows.
The memory used to save windowed areas is
outside of BASIC's normal data storage area
leaving more room for the BASIC programs
data. Features include up to 10 linked
data-entry screens, each with up to 100
fields; single mark scroll windows, page
up/page down for scroll windows, segmented
pull-down or scroll windows, key characters
(different colors or hi-intensity) for items
in pulldown or scroll windows, and dynamic
memory allocation for window memory. It also
provides keyboard and Mouse input routines
and de-allocates window memory when a window
is deleted. Other features include info-line
routines to display messages, directions or
prompts at any screen location, a simplified
set-up for pulldown windows, virtual scroll
windows, and more. Over 500K of disk space
is required.
SHADOW.ZIP Yes 17879 12/15/1993
Shadowbx 2.0 (John De Palma, reg. fee: $0)
is a QBasic program which allows you to
create 3-D style text boxes that show the
text in the shadow. It includes 23 different
backgrounds.
VIDBASIC.ZIP Yes 116250 10/13/1993
VidBASIC (Kelly, Sidney J.; $0) contains
QBASIC/MASM video text mode routines. You
can save, restore, move, change, switch,
identify, and write fast to the screen.
Source is included.
VUDU.ZIP Yes 88022 10/17/1993
VUDU (Binary Systems; $35) is a library of
tools for QB or PDS 7. Routines include
windowed menus, pull down menus, dialog
boxes, scrolling menus, and more. Also
included is an executable demo and it's
BASIC source code.